Goto

Collaborating Authors

 data-tagging framework


r/MachineLearning - [P] tog: A hackable Emacs based data-tagging framework

#artificialintelligence

There are some really good tools for tagging data and creating datasets for ML like doccano. Most of these are web GUIs though which I find hard and annoying to extend. Some time back, I made a system for tagging within Emacs which then got extended into a sort of framework. If you live inside Emacs and are willing to spend some time creating a fast tagging workflow, you can try tog which lets you create custom data taggers by writing a few rendering and parsing functions. It's all Emacs Lisp, so you can extend everything.